home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / DEC3240 / COMMON.Z / COMMON / msg / C / cron.msg < prev    next >
Text File  |  1999-04-16  |  3KB  |  115 lines

  1. #
  2. $    Copyright (c) 1997-1999, Enlighten Software Solutions, Inc
  3. $    
  4. $ These are error messages for the internal portion of cron job management
  5. #
  6.  
  7. # CRON_NOUSERNAME
  8. 100    "Please enter the name of the user for whom the cron job is to apply"
  9.  
  10. # CRON_NODESCRIPT
  11. 101    "Please enter a short description of the cron job"
  12.  
  13. # CRON_NOCOMMAND
  14. 102    "Please enter the command to be executed"
  15.  
  16. # CRON_NOCRONJOBS
  17. 103    "Could not find any cron jobs"
  18.  
  19. # CRON_JOBNOTFOUND
  20. 104    "Unable to find the selected cron job"
  21.  
  22. # CRON_NOTNUMERIC
  23. 105    "The time specifier %1s is not numeric"
  24.  
  25. # CRON_BADRANGE
  26. 106    "An invalid range (%1s) was specified"
  27.  
  28. # CRON_BADADD
  29. 107    "Error adding cron job for user %1s"
  30.  
  31. # CRON_GOODADD
  32. 108    "Finished adding cronjobs for user \"%1s\""
  33.  
  34. # CRON_BADMOD
  35. 109    "Error modifying cron job for user %1s"
  36.  
  37. # CRON_GOODMOD
  38. 110    "Cron job successfully modified for user %1s"
  39.  
  40. # CRON_JOBDELETED
  41. 111    "Cron job %1d of user \"%2s\" on host \"%3s\" successfully removed"
  42.  
  43. # CRON_JOBNOTDEL
  44. 112    "Error deleting cron job %1d of user \"%2s\" on host \"%3s\""
  45.  
  46. # CRON_ERR_ACCESS
  47. 113    "Error changing cron access permissions"
  48.  
  49. # CRON_OK_ACCESS
  50. 114    "Cron access permissions successfully changed"
  51.  
  52. # CRON_REMOVE
  53. 115    "Remove cron job %1d of user \"%2s\" on host \"%3s\""
  54.  
  55. #
  56. # The following messages MUST only be three words
  57. #
  58. # CRON_ROOT_ONLY_MSG
  59. 116    "Only root user"
  60.  
  61. # CRON_NO_USER_MSG
  62. 117    "No users allowed"
  63.  
  64. # CRON_ALL_USERS_MSG
  65. 118    "All users allowed"
  66.  
  67. # CRON_ALLOW_USERS_MSG
  68. 119    "Only selected users"
  69.  
  70. # CRON_DENY_USERS_MSG
  71. 120    "Deny selected users"
  72.  
  73.  
  74. #
  75. # Back to normal messages
  76. #
  77. # CRON_SAME_AS_ALL1
  78. 121    "By selecting cron access for selected users and having no"
  79.  
  80. # CRON_SAME_AS_ALL2
  81. 122    "users listed is the same as denying access to all users"
  82.  
  83. # CRON_SAME_AS_NONE1
  84. 123    "By denying cron access for selected users and having"
  85.  
  86. # CRON_SAME_AS_NONE2
  87. 124    "no users listed is the same as allowing access for all users"
  88.  
  89. # CRON_MODIFY
  90. 125    "Modify new cron job for user \"%1s\" on \"%%s\""
  91.  
  92. # CRON_ERRMODIFY
  93. 126    "Error modifying cron job for user %1s"
  94.  
  95. # CRON_ADD
  96. 127    "Add new cron job for user \"%1s\" on host \"%%s\""
  97.  
  98. # CRON_ERRADD
  99. 128    "Error adding cron job for user %1s"
  100.  
  101. # CRON_WANT_TO_MODIFY_ACCESS
  102. 129    "Modify cron access rights on \"%%s\""
  103.  
  104. # CRON_CANT_MODIFY_ACCESS
  105. 130    "Error modifying cron access rights"
  106.  
  107. # CRON_CANT_DELETE_JOB
  108. 131    "Unable to delete cron job"
  109.  
  110. #
  111. # Another message that MUST only be three words
  112. #
  113. # CRON_NOT_SUPPORTED_MSG
  114. 132    "Cron not supported"
  115.